<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mtDropdownMenu {
	LEFT: -1000px;
	OVERFLOW: hidden;
	POSITION: absolute;
	TOP: -1000px;
}
.mtDropdownMenu .content {
	POSITION: absolute;
}
.mtDropdownMenu .items {
	text-align:center;
	width:125px;
	color:#000;
	cursor:pointer;
	background-color:#fff;
	filter: Alpha(Opacity=70, Style=0);
	Z-INDEX: 10;
	LEFT: 0px;
	POSITION: relative;
	TOP: 0px;
	line-height:25px;
}
.mtDropdownMenu .hover {
	BACKGROUND:#2193EF;
	COLOR:#fff;
}
.mtDropdownMenu .item IMG {
	MARGIN-LEFT: 10px
}
</pre></body></html>